From: Antonio Valentino Date: Sat, 27 Sep 2025 08:33:53 +0000 (+0000) Subject: numexpr-2.13-compat X-Git-Tag: archive/raspbian/3.11.0-3+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de//%22style.css/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22?a=commitdiff_plain;h=137a2ab2640888cd941fb35dbe798088021887da;p=pytables.git numexpr-2.13-compat Forwarded: https://github.com/PyTables/PyTables/pull/1256 Gbp-Pq: Name 0007-numexpr-2.13-compat.patch --- diff --git a/tables/tests/test_queries.py b/tables/tests/test_queries.py index 7044390..d0ae85e 100644 --- a/tables/tests/test_queries.py +++ b/tables/tests/test_queries.py @@ -485,9 +485,7 @@ def create_test_method(type_, op, extracond, func=None): for _ in range(2) ] except TypeError as te: - if self.condNotBoolean_re.search(str(te)): - raise SilentlySkipTest("The condition is not boolean.") - raise + raise SilentlySkipTest("The condition is not boolean.") except NotImplementedError: raise SilentlySkipTest( "The PyTables type does not support the operation."